Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.publisher.treeManager.contrib--plugin

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.treeManager.contrib inside nuxeo-platform-publisher-web-9.10.jar /OSGI-INF/nxtreemanager-contrib.xml

Documentation

Configuration for the Nuxeo EP tree used in Manage publication tab.

Displays only Folderish objects, not marked as hidden in navigation

Extension Point

Extension point plugin of component treeManager.

Contributed Items

  • <treeManagerPlugin name="publication">
          <excludedFacets>
            <facet name="HiddenInNavigation"/>
          </excludedFacets>
          <includedFacets>
            <facet name="Folderish"/>
          </includedFacets>
        </treeManagerPlugin>

XML Source

<extension point="plugin" target="org.nuxeo.ecm.platform.treeManager">

    <documentation>
      Configuration for the Nuxeo EP tree used in Manage publication tab.

      Displays only Folderish objects, not marked as hidden in navigation
    </documentation>

    <treeManagerPlugin name="publication">
      <excludedFacets>
        <facet name="HiddenInNavigation"/>
      </excludedFacets>
      <includedFacets>
        <facet name="Folderish"/>
      </includedFacets>
    </treeManagerPlugin>

  </extension>